Command-Line Options

As detailed in Running an Alchemy Compatibility Package, the Cloudhouse.Container.Run.exe executable is used to run Cloudhouse Alchemy Compatibility Packages and supports the command-line options detailed below.

Note: Command-line options are case insensitive and can be prefixed with two slashes ("--") or a backslash ("/"). For example, --r and /r are both valid.

Argument

Specifies

EventToken

Expands the %EventToken% variable for use in the Events component. To provide authorization to executables executed as part of the events. If not supplied, %EventToken% will expand to an empty string.

For example:

Copy
Cloudhouse.Container.Deployment.exe --eventtoken my_token

Tip: This feature was introduced in Alchemy October 2024, V4.7.2410.3821 of Package Runtimes.

FileArgs

The arguments specific to the application you are packaging, enclosed within double quotes (" ").

Help

Displays help and this list of options.

RunConditions

 Allows the Compatibility Package to be run using the settings of a specific Run Condition defined in Programs.xml
For example: "-r RunCondition1".
Multiple RunConditions can be used, but they must be separated by commas.
For example: --RunConditions run1,run2,run3